net/http.http2serverConn.flow (field)
4 uses
	net/http (current package)
		h2_bundle.go#L4321: 	sc.flow.add(http2initialWindowSize)
		h2_bundle.go#L4437: 	flow             http2outflow                // conn-wide (not stream-specific) outbound flow control
		h2_bundle.go#L5472: 		if !sc.flow.add(int32(f.Increment)) {
		h2_bundle.go#L5996: 	st.flow.conn = &sc.flow // link to conn-level counter
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |